Properties of the TCustomConnectDialog class.
For a complete list of the TCustomConnectDialog class members, see the TCustomConnectDialog Members topic.
Public
Name | Description |
CancelButton |
Used to specify the label for the Cancel button.
|
Caption |
Used to set the caption of dialog box.
|
ConnectButton |
Used to specify the label for the Connect button.
|
DialogClass |
Used to specify the class of the form that will be displayed to enter login information.
|
LabelSet |
Used to set the language of buttons and labels captions.
|
PasswordLabel |
Used to specify a prompt for password edit.
|
Retries |
Used to indicate the number of retries of failed connections.
|
SavePassword |
Used for the password to be displayed in ConnectDialog in asterisks.
|
ServerLabel |
Used to specify a prompt for the server name edit.
|
StoreLogInfo |
Used to specify whether the login information should be kept in system registry after a connection was established.
|
UsernameLabel |
Used to specify a prompt for username edit.
|
See Also